home *** CD-ROM | disk | FTP | other *** search
- /* File "stdmacro.h", Light Sockets - Copyright (C) Matt Slot, 1996 */
- /* Standard types and declarations for consistency across the implementation. */
-
- #ifndef __STD_MACRO_HEADER__
- #define __STD_MACRO_HEADER__
-
- /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
- /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
- /* Preprocessor Defines */
-
- #define qEnqueue(e,q) ((void) Enqueue((e),(q)), (((QElem*)(e))->qLink = 0))
-
- /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
- /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
- /* Structure/Class Declarations */
-
-
- /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
- /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
-
- #endif /* __STD_MACRO_HEADER__ */
-